config: fix default value for allow_slaac_only
authorÁlvaro Fernández Rojas <[email protected]>
Sat, 6 Dec 2025 12:32:38 +0000 (13:32 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Sat, 6 Dec 2025 12:34:24 +0000 (13:34 +0100)
commit05aa750fbe447e166c9be380ae8730744fb634be
treecaea693ff9a31134db8e961c6f50073a141b28af
parentf19dd37fb467c9cf10cad57aefa0d048312d7dfd
config: fix default value for allow_slaac_only

As reported by @nxhack at https://github.com/openwrt/odhcp6c/issues/131,
allow_slaac_only was assigned an incorrect default value when it was moved
from odhcp6c.c to config.c.

Fixes: 1048fc4fb622 ("reconfigure: move all configuration functions to a new file")
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/config.c